﻿2026-07-22T02:34:40.6098652Z ##[group]Run set -euo pipefail
2026-07-22T02:34:40.6099094Z [36;1mset -euo pipefail[0m
2026-07-22T02:34:40.6099333Z [36;1mPIN=0c95435[0m
2026-07-22T02:34:40.6099562Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-22T02:34:40.6099840Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-22T02:34:40.6100197Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-22T02:34:40.6100644Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-22T02:34:40.6101285Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-22T02:34:40.6101661Z [36;1m  rm -rf "$CACHE"[0m
2026-07-22T02:34:40.6101909Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-22T02:34:40.6102200Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-22T02:34:40.6102557Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-22T02:34:40.6102925Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-22T02:34:40.6103206Z [36;1mfi[0m
2026-07-22T02:34:40.6103512Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-22T02:34:40.6117520Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-22T02:34:40.6117849Z env:
2026-07-22T02:34:40.6118073Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-22T02:34:40.6118335Z ##[endgroup]
2026-07-22T02:34:40.8913764Z    Compiling proc-macro2 v1.0.106
2026-07-22T02:34:40.8914345Z    Compiling unicode-ident v1.0.24
2026-07-22T02:34:40.8914746Z    Compiling quote v1.0.45
2026-07-22T02:34:40.8915174Z    Compiling libc v0.2.186
2026-07-22T02:34:40.8915558Z    Compiling serde_core v1.0.228
2026-07-22T02:34:40.8915902Z    Compiling cfg-if v1.0.4
2026-07-22T02:34:40.8916202Z    Compiling serde v1.0.228
2026-07-22T02:34:40.8916460Z    Compiling log v0.4.32
2026-07-22T02:34:40.8984839Z    Compiling pin-project-lite v0.2.17
2026-07-22T02:34:40.9049225Z    Compiling typenum v1.20.1
2026-07-22T02:34:40.9140054Z    Compiling portable-atomic v1.13.1
2026-07-22T02:34:40.9212390Z    Compiling memchr v2.8.1
2026-07-22T02:34:40.9241105Z    Compiling version_check v0.9.5
2026-07-22T02:34:40.9241892Z    Compiling shlex v2.0.1
2026-07-22T02:34:40.9242486Z    Compiling critical-section v1.2.0
2026-07-22T02:34:40.9621422Z    Compiling find-msvc-tools v0.1.9
2026-07-22T02:34:40.9791585Z    Compiling bytes v1.11.1
2026-07-22T02:34:40.9920666Z    Compiling subtle v2.6.1
2026-07-22T02:34:41.0260270Z    Compiling futures-core v0.3.32
2026-07-22T02:34:41.1400746Z    Compiling equivalent v1.0.2
2026-07-22T02:34:41.1707959Z    Compiling smallvec v1.15.1
2026-07-22T02:34:41.1961782Z    Compiling itoa v1.0.18
2026-07-22T02:34:41.2157895Z    Compiling semver v1.0.28
2026-07-22T02:34:41.2412392Z    Compiling stable_deref_trait v1.2.1
2026-07-22T02:34:41.2501691Z    Compiling futures-io v0.3.32
2026-07-22T02:34:41.3010714Z    Compiling slab v0.4.12
2026-07-22T02:34:41.3136108Z    Compiling futures-sink v0.3.32
2026-07-22T02:34:41.3254809Z    Compiling futures-task v0.3.32
2026-07-22T02:34:41.3272769Z    Compiling generic-array v0.14.7
2026-07-22T02:34:41.4092682Z    Compiling futures-channel v0.3.32
2026-07-22T02:34:41.4251015Z    Compiling rand_core v0.10.1
2026-07-22T02:34:41.4528868Z    Compiling bitflags v2.12.1
2026-07-22T02:34:41.4552037Z    Compiling rustversion v1.0.22
2026-07-22T02:34:41.5105448Z    Compiling rustc_version v0.4.1
2026-07-22T02:34:41.5199751Z    Compiling hashbrown v0.17.1
2026-07-22T02:34:41.5375957Z    Compiling cpufeatures v0.2.17
2026-07-22T02:34:41.5898701Z    Compiling getrandom v0.4.2
2026-07-22T02:34:41.6000604Z    Compiling fnv v1.0.7
2026-07-22T02:34:41.6190652Z    Compiling strsim v0.11.1
2026-07-22T02:34:41.6332015Z    Compiling cfg_aliases v0.2.1
2026-07-22T02:34:41.6740492Z    Compiling writeable v0.6.3
2026-07-22T02:34:41.7154812Z    Compiling litemap v0.8.2
2026-07-22T02:34:41.7291876Z    Compiling fs_extra v1.3.0
2026-07-22T02:34:41.7591649Z    Compiling dunce v1.0.5
2026-07-22T02:34:41.8230918Z    Compiling icu_normalizer_data v2.2.0
2026-07-22T02:34:41.8736518Z    Compiling utf8_iter v1.0.4
2026-07-22T02:34:41.9660770Z    Compiling icu_properties_data v2.2.0
2026-07-22T02:34:41.9870651Z    Compiling ident_case v1.0.1
2026-07-22T02:34:42.0050645Z    Compiling autocfg v1.5.1
2026-07-22T02:34:42.0418059Z    Compiling percent-encoding v2.3.2
2026-07-22T02:34:42.1290645Z    Compiling http v1.4.1
2026-07-22T02:34:42.1498297Z    Compiling thiserror v2.0.18
2026-07-22T02:34:42.1581004Z    Compiling cpufeatures v0.3.0
2026-07-22T02:34:42.1960812Z    Compiling unicode-segmentation v1.13.3
2026-07-22T02:34:42.2190824Z    Compiling aws-lc-rs v1.17.0
2026-07-22T02:34:42.2345430Z    Compiling scopeguard v1.2.0
2026-07-22T02:34:42.3120728Z    Compiling chacha20 v0.10.0
2026-07-22T02:34:42.3495424Z    Compiling syn v2.0.117
2026-07-22T02:34:42.3765193Z    Compiling indexmap v2.14.0
2026-07-22T02:34:42.4010444Z    Compiling lock_api v0.4.14
2026-07-22T02:34:42.4041857Z    Compiling form_urlencoded v1.2.2
2026-07-22T02:34:42.5181288Z    Compiling untrusted v0.9.0
2026-07-22T02:34:42.5252885Z    Compiling rustls v0.23.40
2026-07-22T02:34:42.5408688Z    Compiling heck v0.5.0
2026-07-22T02:34:42.6328261Z    Compiling atomic-waker v1.1.2
2026-07-22T02:34:42.6543184Z    Compiling const-oid v0.10.2
2026-07-22T02:34:42.6623076Z    Compiling anyhow v1.0.102
2026-07-22T02:34:42.6816707Z    Compiling unicode-xid v0.2.6
2026-07-22T02:34:42.7558376Z    Compiling convert_case v0.10.0
2026-07-22T02:34:42.7706751Z    Compiling httparse v1.10.1
2026-07-22T02:34:42.7910723Z    Compiling jobserver v0.1.34
2026-07-22T02:34:42.8151513Z    Compiling parking_lot_core v0.9.12
2026-07-22T02:34:42.8220873Z    Compiling zerocopy v0.8.50
2026-07-22T02:34:42.8252515Z    Compiling paste v1.0.15
2026-07-22T02:34:42.8290617Z    Compiling num-traits v0.2.19
2026-07-22T02:34:42.8526131Z    Compiling hybrid-array v0.4.12
2026-07-22T02:34:42.9553652Z    Compiling curve25519-dalek v4.1.3
2026-07-22T02:34:43.0140577Z    Compiling ahash v0.8.12
2026-07-22T02:34:43.1600660Z    Compiling base64ct v1.8.3
2026-07-22T02:34:43.1646221Z    Compiling powerfmt v0.2.0
2026-07-22T02:34:43.1842279Z    Compiling either v1.16.0
2026-07-22T02:34:43.2332922Z    Compiling fastrand v2.4.1
2026-07-22T02:34:43.2900764Z    Compiling crypto-common v0.1.7
2026-07-22T02:34:43.3000437Z    Compiling block-buffer v0.10.4
2026-07-22T02:34:43.4450711Z    Compiling cc v1.2.63
2026-07-22T02:34:43.4590431Z    Compiling digest v0.10.7
2026-07-22T02:34:43.4741001Z    Compiling deranged v0.5.8
2026-07-22T02:34:43.5655626Z    Compiling http-body v1.0.1
2026-07-22T02:34:43.6149932Z    Compiling pem-rfc7468 v1.0.0
2026-07-22T02:34:43.6503520Z    Compiling tinyvec_macros v0.1.1
2026-07-22T02:34:43.6594496Z    Compiling time-core v0.1.8
2026-07-22T02:34:43.6751647Z    Compiling vcpkg v0.2.15
2026-07-22T02:34:43.7200717Z    Compiling base64 v0.22.1
2026-07-22T02:34:43.7240813Z    Compiling tower-service v0.3.3
2026-07-22T02:34:43.7470735Z    Compiling pkg-config v0.3.33
2026-07-22T02:34:43.8010882Z    Compiling mio v1.2.1
2026-07-22T02:34:43.8194022Z    Compiling socket2 v0.6.4
2026-07-22T02:34:43.8813105Z    Compiling getrandom v0.2.17
2026-07-22T02:34:44.1480486Z    Compiling rand v0.10.1
2026-07-22T02:34:44.1550565Z    Compiling uuid v1.23.2
2026-07-22T02:34:44.1720868Z    Compiling rand_core v0.6.4
2026-07-22T02:34:44.1820636Z    Compiling num-conv v0.2.2
2026-07-22T02:34:44.2207282Z    Compiling data-encoding v2.11.0
2026-07-22T02:34:44.2334490Z    Compiling try-lock v0.2.5
2026-07-22T02:34:44.2770549Z    Compiling zmij v1.0.21
2026-07-22T02:34:44.3370310Z    Compiling want v0.3.1
2026-07-22T02:34:44.3530542Z    Compiling parking_lot v0.12.5
2026-07-22T02:34:44.3640486Z    Compiling sha2 v0.10.9
2026-07-22T02:34:44.5340469Z    Compiling tinyvec v1.11.0
2026-07-22T02:34:44.6184420Z    Compiling block-buffer v0.12.0
2026-07-22T02:34:44.6310818Z    Compiling crypto-common v0.2.2
2026-07-22T02:34:44.6311897Z    Compiling inout v0.1.4
2026-07-22T02:34:44.7400293Z    Compiling vergen-lib v9.1.0
2026-07-22T02:34:44.7729713Z    Compiling n0-future v0.3.2
2026-07-22T02:34:44.8050481Z    Compiling crossbeam-utils v0.8.21
2026-07-22T02:34:44.9090161Z    Compiling cmake v0.1.58
2026-07-22T02:34:44.9480732Z    Compiling diatomic-waker v0.2.3
2026-07-22T02:34:45.0220891Z    Compiling spin v0.10.0
2026-07-22T02:34:45.0483255Z    Compiling signature v2.2.0
2026-07-22T02:34:45.0694315Z    Compiling winnow v1.0.3
2026-07-22T02:34:45.0778060Z    Compiling serde_json v1.0.150
2026-07-22T02:34:45.1031465Z    Compiling cordyceps v0.3.4
2026-07-22T02:34:45.1220995Z    Compiling parking v2.2.1
2026-07-22T02:34:45.1480940Z    Compiling httpdate v1.0.3
2026-07-22T02:34:45.1819737Z    Compiling ed25519 v2.2.3
2026-07-22T02:34:45.2260393Z    Compiling cipher v0.4.4
2026-07-22T02:34:45.3265499Z    Compiling futures-lite v2.6.1
2026-07-22T02:34:45.3394249Z    Compiling netlink-packet-core v0.8.1
2026-07-22T02:34:45.4175893Z    Compiling universal-hash v0.5.1
2026-07-22T02:34:45.4509763Z    Compiling futures-buffered v0.2.13
2026-07-22T02:34:45.4728940Z    Compiling vergen-lib v0.1.6
2026-07-22T02:34:45.5221243Z    Compiling vergen v9.1.0
2026-07-22T02:34:45.5260943Z    Compiling heapless v0.7.17
2026-07-22T02:34:45.5510900Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-22T02:34:45.5951121Z    Compiling noq-udp v0.10.0
2026-07-22T02:34:45.6139595Z    Compiling sync_wrapper v1.0.2
2026-07-22T02:34:45.6310805Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-22T02:34:45.6362217Z    Compiling opaque-debug v0.3.1
2026-07-22T02:34:45.6560733Z    Compiling digest v0.11.3
2026-07-22T02:34:45.7041144Z    Compiling byteorder v1.5.0
2026-07-22T02:34:45.7080718Z    Compiling allocator-api2 v0.2.21
2026-07-22T02:34:45.7487786Z    Compiling polyval v0.6.2
2026-07-22T02:34:45.8363809Z    Compiling aws-lc-sys v0.41.0
2026-07-22T02:34:45.8511571Z    Compiling ring v0.17.14
2026-07-22T02:34:45.8662063Z    Compiling libsqlite3-sys v0.30.1
2026-07-22T02:34:45.9040627Z    Compiling hash32 v0.2.1
2026-07-22T02:34:45.9110376Z    Compiling spin v0.9.8
2026-07-22T02:34:46.0030590Z    Compiling vergen-gitcl v1.0.8
2026-07-22T02:34:46.0470404Z    Compiling tower-layer v0.3.3
2026-07-22T02:34:46.1372453Z    Compiling ryu v1.0.23
2026-07-22T02:34:46.1450748Z    Compiling fallible-iterator v0.3.0
2026-07-22T02:34:46.1757359Z    Compiling num_threads v0.1.7
2026-07-22T02:34:46.2106524Z    Compiling signature v3.0.0
2026-07-22T02:34:46.2399407Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-22T02:34:46.3420835Z    Compiling time v0.3.47
2026-07-22T02:34:46.3653464Z    Compiling ghash v0.5.1
2026-07-22T02:34:46.3790246Z    Compiling sha2 v0.11.0-rc.5
2026-07-22T02:34:46.3970278Z    Compiling ctr v0.9.2
2026-07-22T02:34:46.4280623Z    Compiling aes v0.8.4
2026-07-22T02:34:46.4890566Z    Compiling fs2 v0.4.3
2026-07-22T02:34:46.5290781Z    Compiling http-body-util v0.1.3
2026-07-22T02:34:46.6040607Z    Compiling aead v0.5.2
2026-07-22T02:34:46.6351060Z    Compiling arrayvec v0.7.6
2026-07-22T02:34:46.6646955Z    Compiling openssl-probe v0.2.1
2026-07-22T02:34:46.6780866Z    Compiling utf8parse v0.2.2
2026-07-22T02:34:46.7510232Z    Compiling crossbeam-epoch v0.9.18
2026-07-22T02:34:46.8081018Z    Compiling crossbeam-channel v0.5.15
2026-07-22T02:34:46.8360645Z    Compiling blake3 v1.8.5
2026-07-22T02:34:46.8848494Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-22T02:34:46.9245929Z    Compiling netlink-packet-route v0.29.0
2026-07-22T02:34:47.0020427Z    Compiling memoffset v0.6.5
2026-07-22T02:34:47.0470212Z    Compiling acto v0.8.2
2026-07-22T02:34:47.1750525Z    Compiling aes-gcm v0.10.3
2026-07-22T02:34:47.1920600Z    Compiling noq v0.18.0
2026-07-22T02:34:47.2160744Z    Compiling netwatch v0.16.0
2026-07-22T02:34:47.2518881Z    Compiling tagptr v0.2.0
2026-07-22T02:34:47.3550558Z    Compiling identity-hash v0.1.0
2026-07-22T02:34:47.3750468Z    Compiling foldhash v0.2.0
2026-07-22T02:34:47.4070784Z    Compiling rustc-hash v2.1.2
2026-07-22T02:34:47.4440746Z    Compiling ref-cast v1.0.25
2026-07-22T02:34:47.4509161Z    Compiling mac-addr v0.3.0
2026-07-22T02:34:47.4913698Z    Compiling sorted-index-buffer v0.2.1
2026-07-22T02:34:47.5170925Z    Compiling lru-slab v0.1.2
2026-07-22T02:34:47.5179943Z    Compiling thiserror v1.0.69
2026-07-22T02:34:47.5689991Z    Compiling rustix v1.1.4
2026-07-22T02:34:47.6191040Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-22T02:34:47.6513734Z    Compiling xml-rs v0.8.28
2026-07-22T02:34:47.6622460Z    Compiling hashbrown v0.16.1
2026-07-22T02:34:47.8750843Z    Compiling netlink-packet-route v0.30.0
2026-07-22T02:34:47.9066006Z    Compiling synstructure v0.13.2
2026-07-22T02:34:47.9227911Z    Compiling darling_core v0.20.11
2026-07-22T02:34:48.0556675Z    Compiling serde_derive_internals v0.29.1
2026-07-22T02:34:48.4590374Z    Compiling proc-macro-crate v3.5.0
2026-07-22T02:34:48.5315762Z    Compiling xmltree v0.10.3
2026-07-22T02:34:48.6280661Z    Compiling serial-core v0.4.0
2026-07-22T02:34:48.7630766Z    Compiling termios v0.2.2
2026-07-22T02:34:48.7668153Z    Compiling ioctl-rs v0.1.6
2026-07-22T02:34:48.8108118Z    Compiling errno v0.3.14
2026-07-22T02:34:48.8252661Z    Compiling aho-corasick v1.1.4
2026-07-22T02:34:48.8501250Z    Compiling simple-dns v0.9.3
2026-07-22T02:34:48.8570696Z    Compiling linux-raw-sys v0.12.1
2026-07-22T02:34:48.9177589Z    Compiling signal-hook v0.3.18
2026-07-22T02:34:48.9600735Z    Compiling toml_write v0.1.2
2026-07-22T02:34:49.0038919Z    Compiling sha1_smol v1.0.1
2026-07-22T02:34:49.0331289Z    Compiling constant_time_eq v0.4.2
2026-07-22T02:34:49.0827500Z    Compiling regex-syntax v0.8.10
2026-07-22T02:34:49.2190421Z    Compiling winnow v0.7.15
2026-07-22T02:34:49.2290572Z    Compiling resolv-conf v0.7.6
2026-07-22T02:34:49.2696476Z    Compiling smol_str v0.1.24
2026-07-22T02:34:49.2994495Z    Compiling arrayref v0.3.9
2026-07-22T02:34:49.3064665Z    Compiling simdutf8 v0.1.5
2026-07-22T02:34:49.5111189Z    Compiling signal-hook-registry v1.4.8
2026-07-22T02:34:49.6333247Z    Compiling serial-unix v0.4.0
2026-07-22T02:34:49.7370355Z    Compiling lru v0.16.4
2026-07-22T02:34:49.8820630Z    Compiling darling_core v0.23.0
2026-07-22T02:34:49.9310732Z    Compiling serde_bytes v0.11.19
2026-07-22T02:34:49.9431191Z    Compiling seize v0.5.1
2026-07-22T02:34:49.9538511Z    Compiling serde_derive v1.0.228
2026-07-22T02:34:50.0962188Z    Compiling zeroize_derive v1.4.3
2026-07-22T02:34:50.1761001Z    Compiling tokio-macros v2.7.0
2026-07-22T02:34:50.3881143Z    Compiling futures-macro v0.3.32
2026-07-22T02:34:50.6600986Z    Compiling zeroize v1.8.2
2026-07-22T02:34:50.8090786Z    Compiling zerofrom-derive v0.1.7
2026-07-22T02:34:50.8770452Z    Compiling yoke-derive v0.8.2
2026-07-22T02:34:50.8920922Z    Compiling tokio v1.52.3
2026-07-22T02:34:51.2980813Z    Compiling zerovec-derive v0.11.3
2026-07-22T02:34:51.4970578Z    Compiling futures-util v0.3.32
2026-07-22T02:34:51.5135904Z    Compiling displaydoc v0.2.6
2026-07-22T02:34:52.1063248Z    Compiling tracing-attributes v0.1.31
2026-07-22T02:34:52.3491791Z    Compiling zerofrom v0.1.8
2026-07-22T02:34:52.3646009Z    Compiling rustls-pki-types v1.14.1
2026-07-22T02:34:52.3849858Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-22T02:34:52.4870906Z    Compiling yoke v0.8.3
2026-07-22T02:34:52.6655836Z    Compiling zerotrie v0.2.4
2026-07-22T02:34:52.6746176Z    Compiling thiserror-impl v2.0.18
2026-07-22T02:34:52.8890702Z    Compiling zerovec v0.11.6
2026-07-22T02:34:53.1109067Z    Compiling darling_macro v0.20.11
2026-07-22T02:34:53.1110337Z    Compiling derive_more-impl v2.1.1
2026-07-22T02:34:53.1860460Z    Compiling spez v0.1.2
2026-07-22T02:34:53.4711708Z    Compiling darling v0.20.11
2026-07-22T02:34:53.5497266Z    Compiling derive_builder_core v0.20.2
2026-07-22T02:34:53.5590358Z    Compiling n0-error-macros v0.1.3
2026-07-22T02:34:53.7160525Z    Compiling tinystr v0.8.3
2026-07-22T02:34:53.8067436Z    Compiling potential_utf v0.1.5
2026-07-22T02:34:53.8506588Z    Compiling der v0.8.0-rc.10
2026-07-22T02:34:53.9460854Z    Compiling icu_locale_core v2.2.0
2026-07-22T02:34:53.9820615Z    Compiling icu_collections v2.2.0
2026-07-22T02:34:54.5207020Z    Compiling pin-project-internal v1.1.13
2026-07-22T02:34:54.6882166Z    Compiling cobs v0.3.0
2026-07-22T02:34:54.7846192Z    Compiling n0-error v0.1.3
2026-07-22T02:34:54.8509629Z    Compiling derive_builder_macro v0.20.2
2026-07-22T02:34:54.9057328Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-22T02:34:55.1287475Z    Compiling futures-executor v0.3.32
2026-07-22T02:34:55.1820517Z    Compiling derive_builder v0.20.2
2026-07-22T02:34:55.2963209Z    Compiling icu_provider v2.2.0
2026-07-22T02:34:55.4032604Z    Compiling ipnet v2.12.0
2026-07-22T02:34:55.5090577Z    Compiling spki v0.8.0-rc.4
2026-07-22T02:34:55.6080882Z    Compiling icu_normalizer v2.2.0
2026-07-22T02:34:55.7073646Z    Compiling icu_properties v2.2.0
2026-07-22T02:34:55.7460467Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-22T02:34:55.7891587Z    Compiling ed25519-dalek v2.2.0
2026-07-22T02:34:55.8750664Z    Compiling pin-project v1.1.13
2026-07-22T02:34:55.8960690Z    Compiling prefix-trie v0.8.4
2026-07-22T02:34:55.9300592Z    Compiling ed25519 v3.0.0-rc.4
2026-07-22T02:34:56.1640715Z    Compiling once_cell v1.21.4
2026-07-22T02:34:56.1771534Z    Compiling spt-proto v0.39.4 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-22T02:34:56.3546459Z    Compiling tracing-core v0.1.36
2026-07-22T02:34:56.4109570Z    Compiling futures v0.3.32
2026-07-22T02:34:56.5206710Z    Compiling postcard-derive v0.2.2
2026-07-22T02:34:56.6250632Z    Compiling hashbrown v0.14.5
2026-07-22T02:34:56.6420688Z    Compiling data-encoding-macro v0.1.20
2026-07-22T02:34:56.7269612Z    Compiling rustls-native-certs v0.8.4
2026-07-22T02:34:56.8260864Z    Compiling tracing v0.1.44
2026-07-22T02:34:56.8826169Z    Compiling tokio-util v0.7.18
2026-07-22T02:34:57.0121312Z    Compiling netlink-sys v0.8.8
2026-07-22T02:34:57.1800578Z    Compiling idna_adapter v1.2.2
2026-07-22T02:34:57.2209464Z    Compiling postcard v1.1.3
2026-07-22T02:34:57.2310944Z    Compiling tower v0.5.3
2026-07-22T02:34:57.3111181Z    Compiling idna v1.1.0
2026-07-22T02:34:57.3700988Z    Compiling strum_macros v0.28.0
2026-07-22T02:34:57.4188392Z    Compiling derive_more v2.1.1
2026-07-22T02:34:57.5170189Z    Compiling hashlink v0.9.1
2026-07-22T02:34:57.5260533Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-22T02:34:57.5960694Z    Compiling num_enum_derive v0.7.6
2026-07-22T02:34:57.6891508Z    Compiling enum-assoc v1.3.0
2026-07-22T02:34:57.7050525Z    Compiling async-trait v0.1.89
2026-07-22T02:34:57.7189867Z    Compiling iroh-metrics-derive v0.4.1
2026-07-22T02:34:57.7450943Z    Compiling url v2.5.8
2026-07-22T02:34:57.7832243Z    Compiling iroh-relay v0.98.0
2026-07-22T02:34:57.8919290Z    Compiling h2 v0.4.14
2026-07-22T02:34:57.9817302Z    Compiling rusqlite v0.32.1
2026-07-22T02:34:58.0607927Z    Compiling n0-watcher v0.6.1
2026-07-22T02:34:58.0969036Z    Compiling tokio-stream v0.1.18
2026-07-22T02:34:58.1511127Z    Compiling netdev v0.42.0
2026-07-22T02:34:58.1626784Z    Compiling iroh-metrics v0.38.3
2026-07-22T02:34:58.3400513Z    Compiling netlink-proto v0.12.0
2026-07-22T02:34:58.3594544Z    Compiling moka v0.12.15
2026-07-22T02:34:58.5260522Z    Compiling toml_datetime v0.6.11
2026-07-22T02:34:58.6310481Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-22T02:34:58.6511119Z    Compiling tower-http v0.6.11
2026-07-22T02:34:58.6850838Z    Compiling iroh-base v0.98.0
2026-07-22T02:34:58.7950840Z    Compiling attohttpc v0.30.1
2026-07-22T02:34:58.8471074Z    Compiling num_enum v0.7.6
2026-07-22T02:34:58.8529347Z    Compiling serde_spanned v0.6.9
2026-07-22T02:34:58.8775844Z    Compiling thiserror-impl v1.0.69
2026-07-22T02:34:58.9357225Z    Compiling ref-cast-impl v1.0.25
2026-07-22T02:34:59.0020701Z    Compiling toml_edit v0.22.27
2026-07-22T02:34:59.3291539Z    Compiling spt-store v0.39.4 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-22T02:34:59.5263204Z    Compiling webpki-roots v1.0.7
2026-07-22T02:34:59.5343359Z    Compiling regex-automata v0.4.14
2026-07-22T02:34:59.5880561Z    Compiling schemars_derive v1.2.1
2026-07-22T02:34:59.6346653Z    Compiling hmac v0.12.1
2026-07-22T02:34:59.7460621Z    Compiling iroh v0.98.2
2026-07-22T02:34:59.9163423Z    Compiling bitflags v1.3.2
2026-07-22T02:34:59.9886759Z    Compiling cmov v0.5.4
2026-07-22T02:34:59.9970553Z    Compiling pin-utils v0.1.0
2026-07-22T02:35:00.0585570Z    Compiling rustix v0.38.44
2026-07-22T02:35:00.0689412Z    Compiling dyn-clone v1.0.20
2026-07-22T02:35:00.2220432Z    Compiling ctutils v0.4.2
2026-07-22T02:35:00.2323881Z    Compiling nix v0.25.1
2026-07-22T02:35:00.2830802Z    Compiling hkdf v0.12.4
2026-07-22T02:35:00.3720577Z    Compiling strum v0.28.0
2026-07-22T02:35:00.4475693Z    Compiling backon v1.6.0
2026-07-22T02:35:00.4873424Z    Compiling iroh-dns v0.98.0
2026-07-22T02:35:00.5220628Z    Compiling darling_macro v0.23.0
2026-07-22T02:35:00.5300917Z    Compiling papaya v0.2.4
2026-07-22T02:35:00.6107000Z    Compiling filedescriptor v0.8.3
2026-07-22T02:35:00.6250739Z    Compiling serial v0.4.0
2026-07-22T02:35:00.8004896Z    Compiling anstyle-parse v1.0.0
2026-07-22T02:35:00.8440535Z    Compiling vte_generate_state_changes v0.1.2
2026-07-22T02:35:00.8718281Z    Compiling downcast-rs v1.2.1
2026-07-22T02:35:00.9720502Z    Compiling anstyle v1.0.14
2026-07-22T02:35:01.0270684Z    Compiling shell-words v1.1.1
2026-07-22T02:35:01.0547404Z    Compiling anstyle-query v1.1.5
2026-07-22T02:35:01.0548857Z    Compiling is_terminal_polyfill v1.70.2
2026-07-22T02:35:01.0968003Z    Compiling unicode-width v0.2.0
2026-07-22T02:35:01.1240428Z    Compiling colorchoice v1.0.5
2026-07-22T02:35:01.1541014Z    Compiling linux-raw-sys v0.4.15
2026-07-22T02:35:01.1620622Z    Compiling foldhash v0.1.5
2026-07-22T02:35:01.1689992Z    Compiling instability v0.3.12
2026-07-22T02:35:01.2166654Z    Compiling anstream v1.0.0
2026-07-22T02:35:01.2249431Z    Compiling vte v0.13.1
2026-07-22T02:35:01.2515158Z    Compiling signal-hook-mio v0.2.5
2026-07-22T02:35:01.3278100Z    Compiling hashbrown v0.15.5
2026-07-22T02:35:01.3791958Z    Compiling darling v0.23.0
2026-07-22T02:35:01.3920335Z    Compiling spake2 v0.4.0
2026-07-22T02:35:01.4550439Z    Compiling terminal_size v0.4.4
2026-07-22T02:35:01.4618841Z    Compiling strum_macros v0.26.4
2026-07-22T02:35:01.5961033Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-22T02:35:01.6731633Z    Compiling sha1 v0.10.6
2026-07-22T02:35:01.6814717Z    Compiling schemars v1.2.1
2026-07-22T02:35:01.7540608Z    Compiling itertools v0.13.0
2026-07-22T02:35:01.9231329Z    Compiling toml v0.8.23
2026-07-22T02:35:02.2659324Z    Compiling regex v1.12.3
2026-07-22T02:35:02.3400760Z    Compiling castaway v0.2.4
2026-07-22T02:35:02.4390540Z    Compiling static_assertions v1.1.0
2026-07-22T02:35:02.5480480Z    Compiling unicode-width v0.1.14
2026-07-22T02:35:02.8438217Z    Compiling doctest-file v1.1.1
2026-07-22T02:35:02.8850653Z    Compiling clap_lex v1.1.0
2026-07-22T02:35:02.9240764Z    Compiling indoc v2.0.7
2026-07-22T02:35:03.0330882Z    Compiling crossterm v0.28.1
2026-07-22T02:35:03.1501454Z    Compiling clap_builder v4.6.0
2026-07-22T02:35:03.3880227Z    Compiling spt-msg v0.39.4 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-22T02:35:03.7702971Z    Compiling hyper v1.10.1
2026-07-22T02:35:03.9782147Z    Compiling spt-runtime v0.39.4 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-22T02:35:04.0468679Z    Compiling strum v0.26.3
2026-07-22T02:35:04.1450810Z    Compiling unicode-truncate v1.1.0
2026-07-22T02:35:04.2770767Z    Compiling interprocess v2.4.2
2026-07-22T02:35:04.2991008Z    Compiling compact_str v0.8.2
2026-07-22T02:35:04.5069270Z    Compiling lru v0.12.5
2026-07-22T02:35:04.5189427Z    Compiling clap_derive v4.6.1
2026-07-22T02:35:04.5831107Z    Compiling portable-pty v0.8.1
2026-07-22T02:35:04.6787335Z    Compiling cassowary v0.3.0
2026-07-22T02:35:04.6883173Z    Compiling iana-time-zone v0.1.65
2026-07-22T02:35:04.9085787Z    Compiling chrono v0.4.45
2026-07-22T02:35:05.0491346Z    Compiling spt-term v0.39.4 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-22T02:35:05.1174172Z    Compiling ratatui v0.29.0
2026-07-22T02:35:05.1610802Z    Compiling nucleo-matcher v0.3.1
2026-07-22T02:35:05.4750773Z    Compiling qrcode v0.14.1
2026-07-22T02:35:05.6429120Z    Compiling tempfile v3.27.0
2026-07-22T02:35:05.8700591Z    Compiling hyper-util v0.1.20
2026-07-22T02:35:06.8800630Z    Compiling clap v4.6.1
2026-07-22T02:35:07.4042375Z    Compiling spt-live v0.39.4 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-22T02:35:07.8896279Z    Compiling igd-next v0.17.1
2026-07-22T02:35:09.0939166Z    Compiling portmapper v0.16.0
2026-07-22T02:35:14.3314146Z    Compiling rustls-webpki v0.103.13
2026-07-22T02:35:16.6946937Z    Compiling tokio-rustls v0.26.4
2026-07-22T02:35:16.6947552Z    Compiling noq-proto v0.17.0
2026-07-22T02:35:16.6947866Z    Compiling rustls-platform-verifier v0.7.0
2026-07-22T02:35:16.8332039Z    Compiling hickory-net v0.26.0-beta.4
2026-07-22T02:35:16.8332471Z    Compiling hyper-rustls v0.27.9
2026-07-22T02:35:16.8332787Z    Compiling tokio-websockets v0.13.2
2026-07-22T02:35:16.9770565Z    Compiling reqwest v0.13.4
2026-07-22T02:35:17.9193492Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-22T02:35:31.7270791Z    Compiling spt-net v0.39.4 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-22T02:35:33.1813256Z    Compiling spt-daemon v0.39.4 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-22T02:35:42.5171866Z    Compiling spt v0.39.4 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-22T02:35:47.3767075Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 06s
2026-07-22T02:35:47.3989915Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-4578ed85c2584c97)
2026-07-22T02:35:47.4003530Z 
2026-07-22T02:35:47.4003695Z running 1 test
2026-07-22T02:35:53.5948054Z test new_brain_serves_against_old_broker ... ok
2026-07-22T02:35:53.5948430Z 
2026-07-22T02:35:53.5948726Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-22T02:35:53.5949285Z 
